ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / Sunburst<T> Class / BindingName Property

In This Topic
    BindingName Property (Sunburst<T>)
    In This Topic
    Gets or sets the names of the binding data fields. Please use comma to separate the field names.
    Syntax
    'Declaration
     
    Public Overrides Property BindingName As String
    public override string BindingName {get; set;}
    See Also